Keysight VISA.NET Help
MoveIn64(AddressSpace,Int64,Int64,Int64[],Int64) Method



The address space.
The offset (in bytes) of the address or register from which bytes are moved.
The number of elements to move.
The buffer to which data is moved.
The starting index in destinationBuffer to which data is moved.
Move a 64-bit block of data from the specified source memory space (assigned memory base + offset) to local (destination) memory.
Syntax
'Declaration
 
Overloads Sub MoveIn64( _
   ByVal space As AddressSpace, _
   ByVal sourceOffset As Long, _
   ByVal count As Long, _
   ByVal destinationBuffer() As Long, _
   ByVal destinationIndex As Long _
) 
'Usage
 
Dim instance As IRegisterBasedSession
Dim space As AddressSpace
Dim sourceOffset As Long
Dim count As Long
Dim destinationBuffer() As Long
Dim destinationIndex As Long
 
instance.MoveIn64(space, sourceOffset, count, destinationBuffer, destinationIndex)

Parameters

space
The address space.
sourceOffset
The offset (in bytes) of the address or register from which bytes are moved.
count
The number of elements to move.
destinationBuffer
The buffer to which data is moved.
destinationIndex
The starting index in destinationBuffer to which data is moved.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025